Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of passes through spatialized_chunk_predictions + update metadata field name #43

Merged
merged 5 commits into from
Jul 25, 2024

Conversation

skeshive
Copy link
Contributor

No description provided.

@skeshive skeshive requested a review from sylmak July 25, 2024 16:41
@skeshive skeshive requested a review from waltaskew July 25, 2024 17:08
@skeshive skeshive merged commit b10c769 into main Jul 25, 2024
1 check passed
@skeshive skeshive deleted the spatialize branch July 25, 2024 17:14
@@ -289,7 +289,7 @@ def _build_spatialized_model_predictions(
)


def _add_h3_index_details(cell: pd.Series) -> pd.Series:
def _add_h3_index_details(cell: pd.Series, chunk_boundary: Any) -> pd.Series:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this probably isn't actually an Any ?
you can do

print(chunk_boundary.__class__)

if you aren't sure what the right type is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants